From 5f15becca30a1ab7557851230a7e31d00aab9d8e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 23 Nov 2017 21:50:57 +0100 Subject: Disown some packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- cedilla [disowned]/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 cedilla [disowned]/PKGBUILD (limited to 'cedilla [disowned]/PKGBUILD') diff --git a/cedilla [disowned]/PKGBUILD b/cedilla [disowned]/PKGBUILD new file mode 100644 index 0000000..4ebfdfe --- /dev/null +++ b/cedilla [disowned]/PKGBUILD @@ -0,0 +1,32 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=cedilla +pkgver=0.7 +pkgrel=1 +pkgdesc="A simple text printer that uses Unicode internally" +arch=(any) +url="http://www.pps.jussieu.fr/~jch/software/cedilla/" +license=('GPL') +depends=(clisp texlive-core) +makedepends=() +source=(http://www.pps.jussieu.fr/~jch/software/files/$pkgname-$pkgver.tar.gz) +md5sums=('57d2a80d3fd8fdc72827ada5e6257be2') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./compile-cedilla +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + # the install-cedilla script would not find the man path in fakeroot, so + # we need to create the dirs for it + source cedilla-config + mkdir -p $pkgdir/$MANDIR + + TARGET=$pkgdir ./install-cedilla + sed -i -e 's/texmf-tetex/texmf-dist/g' $pkgdir/etc/cedilla-config.lisp +} + -- cgit v1.2.3-70-g09d2